gdk: Add a profiler
authorMatthias Clasen <mclasen@redhat.com>
Sat, 19 May 2018 18:35:42 +0000 (19:35 +0100)
committerMatthias Clasen <mclasen@redhat.com>
Tue, 7 May 2019 16:37:59 +0000 (09:37 -0700)
commit032bb45ce3fa91b7c0d6b8b76334756b036cecd5
treedd3bf09718c8e2e01e590a7d2cc23350dae67323
parent5a578669c25aaf8f0640b157b0ffbb8e783cb8e4
gdk: Add a profiler

This is writing data in the capture format of sysprof,
using the SpCaptureWriter. For now, this is using a
vendored copy of libsysprof. Eventually, we want to
use the static library that sysprof provides.
docs/reference/gdk/gdk4-sections.txt
gdk/capture/sp-capture-types.h [new file with mode: 0644]
gdk/capture/sp-capture-writer.c [new file with mode: 0644]
gdk/capture/sp-capture-writer.h [new file with mode: 0644]
gdk/capture/sp-clock.c [new file with mode: 0644]
gdk/capture/sp-clock.h [new file with mode: 0644]
gdk/gdk.h
gdk/gdkprofiler.c [new file with mode: 0644]
gdk/gdkprofiler.h [new file with mode: 0644]
gdk/gdkprofilerprivate.h [new file with mode: 0644]
gdk/meson.build